home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / GLFLARE / LOADLUM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-12  |  193 b   |  12 lines

  1.  
  2. /* texture.h - by David Blythe, SGI */
  3.  
  4. /* Simple SGI .bw image file loader routine. */
  5.  
  6. extern unsigned char * load_luminance(
  7.   char *name,
  8.   int *width,
  9.   int *height,
  10.   int *components);
  11.  
  12.